home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
findch2r
/
frmhelpa.frm
(
.txt
)
< prev
next >
Wrap
Visual Basic Form
|
1999-08-13
|
1KB
|
43 lines
VERSION 5.00
Begin VB.Form frmhelpaddfavorite
BackColor = &H00000000&
BorderStyle = 1 'Fixed Single
Caption = "Add favorite"
ClientHeight = 1725
ClientLeft = 4470
ClientTop = 2880
ClientWidth = 2190
Icon = "frmhelpaddfavorite.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1725
ScaleWidth = 2190
Begin VB.CommandButton cmdDone
Caption = "Done"
Height = 375
Left = 360
TabIndex = 1
Top = 1200
Width = 1455
End
Begin VB.Label Label1
BackColor = &H00000000&
Caption = " This menu is used to add one of your personal favorite web sites to a file and go back to it at a later date."
ForeColor = &H000000FF&
Height = 1095
Left = 120
TabIndex = 0
Top = 120
Width = 1935
End
Attribute VB_Name = "frmhelpaddfavorite"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdDone_Click()
frmhelpaddfavorite.Hide
FrmHelpFavorites.Show
End Sub